KonnectionConnectivityChecker

Real reachability via Konnection (NWPathMonitor-backed on iOS 12+, SCNetworkReachability fallback below that). Replaces AlwaysOnlineConnectivityChecker for consumers that want an actual signal — Konnection self-initializes on first Konnection.instance access, no manual createInstance() call needed on this platform.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open override fun isOnline(): Boolean
Link copied to clipboard
open override fun observeIsOnline(): Flow<Boolean>

Live connectivity observer. Default is a single-shot Flow of the current isOnline value (no push updates) — override for a real observer. KonnectionConnectivityChecker does.